In a GUI based Application in Linux It is working properly in some systems,But segmentation fault (Because of SIGSEGV signal) is coming in others.Why? [closed]

Posted by Sreejith on Programmers See other posts from Programmers or by Sreejith
Published on 2012-09-18T11:55:52Z Indexed on 2012/09/18 15:53 UTC
Read the original article Hit count: 154

Filed under:

The application consists of Driver code,a Source Object file(.so) ,and a Application code to interact with a hardware Card.. The problem comes in a mmap().It reads address from a card. But it is not getting the correct address in some systems.The Error is because of It is receiving a SIGSEGV signal and segmentation fault followed to that.But in some system which having the same version of kernel is not at all facing the problem and working properly. So please any one suggest the Reason and Remedy for this Problem.

© Programmers or respective owner

Related posts about linux